projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7d35351
)
GtkModelButton: Add docs
author
Matthias Clasen
<mclasen@redhat.com>
Mon, 24 Nov 2014 00:16:49 +0000
(19:16 -0500)
committer
Matthias Clasen
<mclasen@redhat.com>
Mon, 24 Nov 2014 00:44:01 +0000
(19:44 -0500)
gtk/gtkmodelbutton.c
patch
|
blob
|
history
diff --git
a/gtk/gtkmodelbutton.c
b/gtk/gtkmodelbutton.c
index 355a61cbd31bdc1f2258ff7899c85fb356613c43..2f3cfae20e06a0e064bee01196caa5bd777c9793 100644
(file)
--- a/
gtk/gtkmodelbutton.c
+++ b/
gtk/gtkmodelbutton.c
@@
-986,6
+986,15
@@
gtk_model_button_init (GtkModelButton *button)
GTK_STYLE_CLASS_MENUITEM);
}
+/**
+ * gtk_model_button_new:
+ *
+ * Creates a new GtkModelButton.
+ *
+ * Returns: the newly created #GtkModelButton widget
+ *
+ * Since: 3.16
+ */
GtkWidget *
gtk_model_button_new (void)
{